Skip to content

Fix TypeAliasName to store name instead of load #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 29, 2023

Conversation

zanieb
Copy link
Contributor

@zanieb zanieb commented Jul 26, 2023

type NAME = ... was previously being treated as an attempt to load the NAME when we actually want to store NAME as a new binding.

zanieb added a commit to astral-sh/RustPython-Parser that referenced this pull request Jul 26, 2023
Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@youknowone youknowone merged commit b079666 into RustPython:main Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants